inherited TextFormatSigsFrame: TTextFormatSigsFrame HelpType = htKeyword HelpKeyword = 'Text_Format_Misc_Settings' Caption = 'Misc' object TabGroupBox: TUiGroupBox Left = 8 Top = 8 Width = 401 Height = 81 Caption = 'Tabulation' TabOrder = 0 object TabSizeLbl: TUiLabel Left = 8 Top = 36 Height = 13 Caption = 'Tab stop:' FocusControl = TabSizeEdit end object TabAsSpacesEdit: TUiCheckBox Left = 8 Top = 16 Height = 17 Caption = 'Insert spaces instead of tabs' TabOrder = 0 OnClick = SomethingChangedClick end object TabSizeEdit: TUiSpinEdit Left = 8 Top = 52 Width = 41 Height = 21 Min = 1 Position = 8 TabOrder = 1 OnChange = SomethingChangedClick end end object MiscGroupBox: TUiGroupBox Left = 8 Top = 96 Width = 401 Height = 65 Caption = 'Miscellaneous' TabOrder = 1 object LineBasedEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Lines are independent' TabOrder = 0 OnClick = SomethingChangedClick end object ColBasedEdit: TUiCheckBox Left = 8 Top = 40 Height = 17 Caption = 'Column-based data' TabOrder = 1 OnClick = SomethingChangedClick end end end